

body{
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
}

a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */

#this{
	position: fixed;
	bottom: 65%;
	left: 7%;
	z-index: 9999;
}

#this img{
	height: 150px;
	width: auto;
}

#text{
	height: 120px;
	width: auto;
	position: fixed;
	bottom: 13%;
	left: 7%;
	z-index: 9999;
}

#about{
	position: relative;
	height: 15px;
	width: auto;
}

#adrss{
	height: 45px;
	width: auto;
}

#cntct{
	height: 30px;
	width: auto;
}


@media (max-width : 450px){ 

	body{
	font-size: 11px;
}

	#this{
	position: fixed;
	bottom: 55%;
	left: 7%;
	z-index: 9999;
	}
	
	#this img{
		height: 120px;
	}
	
	#text{
		bottom: 13%;
		left: 7%;
	}

	
}
